翻訳と辞書
Words near each other
・ Procedural due process
・ Procedural generation
・ Procedural impropriety in Singapore administrative law
・ Procedural justice
・ Procedural knowledge
・ Procedural law
・ Procedural memory
・ Procedural modeling
・ Procedural officers and senior officials of the parliament of Canada
・ Procedural parameter
・ Procedural programming
・ Procedural reasoning system
・ Procedural rhetoric
・ Procedural sedation and analgesia
・ Procedural surface
Procedural texture
・ Procedure
・ Procedure (term)
・ Procedure 769, witness to an execution
・ Procedure code
・ Procedure Committee
・ Procedure Committee (House of Lords)
・ Procedure in conflict of laws
・ Procedure word
・ Procedures for Underground
・ Procedures of the Supreme Court of Canada
・ Procedures of the Supreme Court of the United States
・ Procedures of the United States Congress
・ Procedures of the United States House of Representatives
・ Proceed


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Procedural texture : ウィキペディア英語版
Procedural texture


A procedural texture is a computer-generated image created using an algorithm intended to create a realistic representation of natural elements such as wood, marble, granite, metal, stone, and others.
Usually, the natural look of the rendered result is achieved by the usage of fractal noise and turbulence functions. These functions are used as a numerical representation of the “randomness” found in nature.
==Solid texturing==

Solid texturing is a process where the texture generating function is evaluated over R^3 at each visible surface point of the model. Traditionally these functions use Simplex noise or Perlin noise as their basis function, but some simple functions may use more trivial methods such as the sum of sinusoidal functions for instance.
Solid textures are an alternative to the traditional 2D texture images which are applied to the surfaces of a model. It is a difficult and tedious task to get multiple 2D textures to form a consistent visual appearance on a model without it looking obviously tiled. Solid textures were created to specifically solve this problem.
Instead of editing images to fit a model, a function is used to evaluate the colour of the point being textured. Points are evaluated based on their 3D position, not their 2D surface position. Consequently, solid textures are unaffected by distortions of the surface parameter space, such as you might see near the poles of a sphere. Also, continuity between the surface parameterization of adjacent patches isn’t a concern either. Solid textures will remain consistent and have features of constant size regardless of distortions in the surface coordinate systems.
〔Ebert et al: ''Texturing and Modeling A Procedural Approach'', page 10. Morgan Kaufmann, 2003.〕

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Procedural texture」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.